home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00073.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  639 b   |  20 lines

  1. on mouseUp
  2.   if the movieRate of sprite 25 = -1 then
  3.     set the movieTime of sprite 25 to 0
  4.     set the movieTime of sprite 21 to 0
  5.     set the stopTime of sprite 25 to 180
  6.     set the stopTime of sprite 21 to 120
  7.     set the movieRate of sprite 25 to 0
  8.     set the movieRate of sprite 31 to 0
  9.   else
  10.     set the movieTime of sprite 25 to 0
  11.     set the movieTime of sprite 21 to 0
  12.     set the movieTime of sprite 25 to 0
  13.     set the movieTime of sprite 31 to 0
  14.     set the stopTime of sprite 25 to 180
  15.     set the stopTime of sprite 21 to 120
  16.     set the movieRate of sprite 25 to -1
  17.     set the movieRate of sprite 31 to -1
  18.   end if
  19. end
  20.